ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexRadar<T> Class / ChartType Property

In This Topic
    ChartType Property (FlexRadar<T>)
    In This Topic
    Gets or sets the type of radar chart to be created.
    Syntax
    'Declaration
     
    Public Property ChartType As RadarChartType
    public RadarChartType ChartType {get; set;}
    See Also